home *** CD-ROM | disk | FTP | other *** search
- package sheet;
-
- import javax.microedition.lcdui.Alert;
- import javax.microedition.lcdui.AlertType;
- import javax.microedition.lcdui.Image;
- import javax.microedition.lcdui.List;
- import javax.microedition.rms.RecordStore;
- import sheet.SheetShow.4;
- import sheet.SheetShow.5;
-
- class SheetShow$7 implements Runnable {
- private final List val$flist;
- private final int val$idx;
- private final SheetShow.5 this$2;
-
- SheetShow$7(SheetShow.5 var1, List var2, int var3) {
- this.this$2 = var1;
- this.val$flist = var2;
- this.val$idx = var3;
- }
-
- public void run() {
- try {
- RecordStore.deleteRecordStore(this.val$flist.getString(this.val$idx));
- this.val$flist.delete(this.val$idx);
- if (this.val$flist.size() > 0) {
- SheetShow.access$000().setCurrent(this.val$flist);
- } else {
- SheetShow.access$000().setCurrent(5.access$900(this.this$2), 4.access$1000(5.access$600(this.this$2)));
- }
- } catch (Exception var3) {
- Alert var2 = new Alert("File error", ((Throwable)var3).getMessage(), (Image)null, AlertType.ERROR);
- SheetShow.access$000().setCurrent(var2, this.val$flist);
- }
-
- }
- }
-